Knock.Users (Knock v0.1.0) View Source
Knock resources for accessing users
Link to this section Summary
Functions
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
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.