Create User
Documentation Index
Fetch the complete documentation index at: https://docs.fireworks.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
Path Parameters
The Account Id
Query Parameters
The user ID to use in the user name. e.g. my-user If not specified, a default ID is generated from user.email.
Body
The properties of the user being created.
The user's role: admin, user, contributor, inference-user, or custom. When set to "custom", the user's permissions are governed by permission_preset.
Human-readable display name of the user. e.g. "Alice" Must be fewer than 64 characters long.
The user's email address.
The permission preset for this user. Only valid when role is "custom".
Response
A successful response.
The user's role: admin, user, contributor, inference-user, or custom. When set to "custom", the user's permissions are governed by permission_preset.
Human-readable display name of the user. e.g. "Alice" Must be fewer than 64 characters long.
The creation time of the user.
The user's email address.
The state of the user.
STATE_UNSPECIFIED, CREATING, READY, UPDATING, DELETING Contains information about the user status.
The update time for the user.
The permission preset for this user. Only valid when role is "custom".