Skip to main content
POST
Enable User

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

projectId
string
required

The project's id (UUID) or slug — either form is accepted.

userId
string
required

Response

Enabled user.

id
string
required
email
string<email>
required
emailVerified
boolean
required
name
string | null
required
image
string | null
required
disabledAt
string<date-time> | null
required
createdAt
string<date-time>
required
lastSignInAt
string<date-time> | null
required
lastActiveAt
string<date-time> | null
required