pub fn users_user_id_post(
configuration: &Configuration,
user_id: &str,
user_post_data: UserPostData,
) -> Result<ResponseContent<CreateResourceId>, Error<UsersUserIdPostError>>Expand description
Create a new user on NetHSM, in the namespace specified as a prefix in the path with the format ‘namespace~’. For example, a POST request on "https://nethsm.local/v1/users/namespace1~" will generate a user-ID and create that user in "namespace1". The namespace prefix must be present: for creating users without a namespace, use a POST on "/v1/users".