Headers
Supports both API Key and User Access Token authorization. See https://joyfill.mintlify.app/api/authentication
Body
Specifies a user's unique ID. Maximum length is 80 characters. * Don't use personally identifiable information (PII) such as the user's email address, legal name, or phone number. Identifier cannot be changed after creation. Leave the identifier param empty to have Joyfill auto generate an identifier.
The identifier of the group you want to add the user to. If no group exists with the specified identifier then one will automatically be created.
Determines whether to create an access token for the user. If set to true, an access token will be generated and returned in the token field. This token can be used in API request instead of API Keys.
Millisecond timestamp of token expiration date. Expired tokens will not be able to make API requests. Leave blank to issue an access token that never expires.