Users
Manage Team users and information.
Requires View Members permission.
Authorizations
Path parameters
userIdstringRequiredDefault:
""
Responses
200
Success
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
get
GET /api/users/{userId} HTTP/1.1
Host: devspace.fluxpoint.dev
Authorization: YOUR_API_KEY
Accept: */*
{
"success": true,
"code": 1,
"message": "text",
"data": {
"id": "text",
"username": "text",
"displayname": "text",
"avatar_url": "text",
"background_url": "text",
"is_managed": true,
"created_at": "2025-06-22T22:17:43.607Z"
}
}