Dokploy

User

GET
/user.all

User all

/user.all

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

curl -X GET "http://your-dokploy-instance.com/api/user.all" \
  -H "Authorization: Bearer <token>"

Successful response

GET
/user.byAuthId

User by Auth Id

/user.byAuthId

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Query Parameters

authId
Required
string

Minimum length: 1
curl -X GET "http://your-dokploy-instance.com/api/user.byAuthId?authId=string" \
  -H "Authorization: Bearer <token>"

Successful response

GET
/user.byUserId

User by User Id

/user.byUserId

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Query Parameters

userId
Required
string

Minimum length: 1
curl -X GET "http://your-dokploy-instance.com/api/user.byUserId?userId=string" \
  -H "Authorization: Bearer <token>"

Successful response