Identities
Create
Create identity
POST
/
api
/
v1
/
identities
Authorizations
Authorization
string
headerrequiredAn access token in Infisical
Body
application/json
name
string
requiredThe name of the identity to create.
organizationId
string
requiredThe organization ID to which the identity belongs.
role
string
default: no-accessThe role of the identity. Possible values are 'no-access', 'member', and 'admin'.
Response
200 - application/json
identity
object
requiredWas this page helpful?