88 lines
1.9 KiB
Markdown
88 lines
1.9 KiB
Markdown
[Skip to content](https://coolify.io/docs/api-reference/api/operations/get-current-team-members#VPContent)
|
||
|
||
Return to top
|
||
|
||
Authenticated Team Members[](https://coolify.io/docs/api-reference/api/operations/get-current-team-members#authenticated-team-members)
|
||
|
||
========================================================================================================================================
|
||
|
||
GET
|
||
|
||
/teams/current/members
|
||
|
||
Get currently authenticated team members.
|
||
|
||
Authorizations[](https://coolify.io/docs/api-reference/api/operations/get-current-team-members#authorizations)
|
||
|
||
----------------------------------------------------------------------------------------------------------------
|
||
|
||
bearerAuth
|
||
|
||
Go to `Keys & Tokens` / `API tokens` and create a new token. Use the token as the bearer token.
|
||
|
||
Type
|
||
|
||
HTTP (bearer)
|
||
|
||
Responses[](https://coolify.io/docs/api-reference/api/operations/get-current-team-members#responses)
|
||
|
||
------------------------------------------------------------------------------------------------------
|
||
|
||
200400401
|
||
|
||
Currently authenticated team members.
|
||
|
||
Content-Type
|
||
|
||
application/json
|
||
|
||
SchemaJSON
|
||
|
||
JSON
|
||
|
||
\[\
|
||
\
|
||
{\
|
||
\
|
||
"id": 0,\
|
||
\
|
||
"name": "string",\
|
||
\
|
||
"email": "string",\
|
||
\
|
||
"email\_verified\_at": "string",\
|
||
\
|
||
"created\_at": "string",\
|
||
\
|
||
"updated\_at": "string",\
|
||
\
|
||
"two\_factor\_confirmed\_at": "string",\
|
||
\
|
||
"force\_password\_reset": true,\
|
||
\
|
||
"marketing\_emails": true\
|
||
\
|
||
}\
|
||
\
|
||
\]
|
||
|
||
GET
|
||
|
||
/teams/current/members
|
||
|
||
Playground[](https://coolify.io/docs/api-reference/api/operations/get-current-team-members#playground)
|
||
|
||
--------------------------------------------------------------------------------------------------------
|
||
|
||
Authorization
|
||
|
||
bearerAuth
|
||
|
||
Try it out
|
||
|
||
Samples[](https://coolify.io/docs/api-reference/api/operations/get-current-team-members#samples)
|
||
|
||
--------------------------------------------------------------------------------------------------
|
||
|
||
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)
|