orgs_slash_block_user

Function orgs_slash_block_user 

Source
pub async fn orgs_slash_block_user(
    configuration: &Configuration,
    org: &str,
    username: &str,
) -> Result<(), Error<OrgsSlashBlockUserError>>
Expand description

Blocks the given user on behalf of the specified organization and returns a 204. If the organization cannot block the given user a 422 is returned.