update:users_app_metadata
).Parameter | Description |
---|---|
Body | The payload of Auth0 user properties to add. To learn more, read Create a user API documentation. |
Parameter | Description |
---|---|
User ID | ID of the user to retrieve. To learn more, read <a api="" auth0.com="" docs="" get-users-by-id="" https:="" management="" users="" v2="">Get a user</a> API documentation. |
Parameter | Description |
---|---|
User ID | ID of the user to update. |
Body | The payload of Auth0 user properties to update. To learn more, read Update a user API documentation. |
Parameter | Description |
---|---|
Path | The API endpoint absolute pathname.
( Example: /api/v2/organizations )
Note: Some endpoints, for example: Get a user , require URI encoded parameters when not using alphanumeric characters, such as: - , . , _ , or ~ , characters ).
To do this, you can use the encodeURIComponent function: {{ functions.encodeURIComponent(context.user.user_id) }} |
Method | Available HTTP methods include:
|
Body | The body of the request. |
Headers | The headers of the request. |
URL Params | The URL parameters. These parameters are automatically URL-encoded. |