GET
/
api
/
v1
/
team
/
members

Authorizations

x-api-key
string
header
required

API key for authentication, you can easily get it from the dashboard after login or if you are using CLI, you can get it from the composio whoami command

Response

200 - application/json
email
string
required

The email of the member

id
string
required

The uuid identifier for the member

name
string
required

The name of the member

role
enum<string>
required

The role that is assigned to the member

Available options:
admin,
developer
createdAt
string

The creation date of the member record

updatedAt
string

The last update date of the member record