Function set_user_api_key

Source
pub async fn set_user_api_key(
    configuration: &Configuration,
    set_user_api_key_request: SetUserApiKeyRequest,
) -> Result<SetUserApiKeyResponse, Error<SetUserApiKeyError>>
Expand description

Create a new api key for the auth’ed user. Successful response will contain the newly created api key. If a write role is assigned the api key will have permission level of the auth’ed user who calls this endpoint.