Knock.Users (Knock v0.2.0) View Source
Knock resources for accessing users
Link to this section Summary
Functions
Issues a delete request against the user specified
Returns information about the user from the user_id
given.
Sets the given properties on the user specified via the user_id
. Will perform
an upsert of the user.
Link to this section Functions
Issues a delete request against the user specified
Specs
get_user(Knock.Client.t(), String.t()) :: Knock.Api.response()
Returns information about the user from the user_id
given.
Specs
identify(Knock.Client.t(), String.t(), map()) :: Knock.Api.response()
Sets the given properties on the user specified via the user_id
. Will perform
an upsert of the user.