[][src]Module zap_api::users

Functions

get_authentication_credentials

Gets the authentication credentials of the user with given ID that belongs to the context with the given ID.

get_authentication_credentials_config_params

Gets the configuration parameters for the credentials of the context with the given ID.

get_user_by_id

Gets the data of the user with the given ID that belongs to the context with the given ID.

new_user

Creates a new user with the given name for the context with the given ID.

remove_user

Removes the user with the given ID that belongs to the context with the given ID.

set_authentication_credentials

Sets the authentication credentials for the user with the given ID that belongs to the context with the given ID.

set_user_enabled

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

set_user_name

Renames the user with the given ID that belongs to the context with the given ID.

users_list

This file was automatically generated. Gets a list of users that belong to the context with the given ID, or all users if none provided.