Protected
appProtected
Optional
secretProtected
wretcherPrivate
_appsPrivate
_authPrivate
_authorizationPrivate
Private
_v1Activate a user.
User ID
Create a user (with optional user metadata).
{ScuteIdentifier}
Optional
meta: Metadata{UserMeta} - User meta
Deactivate a user (a deactivated user will not be able to log in).
User ID
Protected
deleteOptional
headers: HeadersInitDelete a user.
User ID
Generates new access_token with refresh_token
JWT refresh_token
Protected
getOptional
headers: HeadersInitGet app config data.
Get a user's information (including any defined user metadata).
User ID
Get user's basic information by identifier.
{ScuteIdentifier}
Get user's basic information by user id.
{UniqueIdentifier}
Create a user with pending status and send invitation. (a pending user will not be able to log in).
{ScuteIdentifier}
Optional
meta: Metadata{UserMeta} - User meta
List all sessions for a user.
User ID
Get a list of users.
Optional
params: ListUsersRequestParamsProtected
patchOptional
headers: HeadersInitProtected
postOptional
headers: HeadersInitProtected
putOptional
headers: HeadersInitRefresh
JWT refresh_token
Refresh with access_token
JWT access_token
Revoke a particular session from a user.
User ID
Session ID
Sign out
JWT access_token
Update a user's information (email address or phone number).
User ID
any
Generated using TypeDoc
Get authorization header for admin (management) API.