pub async fn orgs_slash_unblock_user(
configuration: &Configuration,
org: &str,
username: &str,
) -> Result<(), Error<OrgsSlashUnblockUserError>>
Expand description
Unblocks the given user on behalf of the specified organization.
pub async fn orgs_slash_unblock_user(
configuration: &Configuration,
org: &str,
username: &str,
) -> Result<(), Error<OrgsSlashUnblockUserError>>
Unblocks the given user on behalf of the specified organization.