[][src]Function zap_api::users::set_user_enabled

pub fn set_user_enabled(
    service: &ZapService,
    contextid: String,
    userid: String,
    enabled: String
) -> Result<Value, ZapApiError>

Sets whether or not the user, with the given ID that belongs to the context with the given ID, should be enabled.