pub fn users_user_id_put(
configuration: &Configuration,
user_id: &str,
user_post_data: UserPostData,
) -> Result<ResponseContent<()>, Error<UsersUserIdPutError>>Expand description
Create a user on keyfender. The new user must either be in the same namespace as the caller, or be in a namespace not created yet if the caller has no namespace.