v0/teams/{id}/members REST API Endpoint
Parameters
Path Parameters
id
integer
REQUIRED
Loading...
Body Parameters
full_name
string
Loading...
email
string
REQUIRED
Loading...
role
string
Loading...
Returns
data
object
Loading...
id
integer
Loading...
full_name
string
Loading...
email
string
Loading...
role
string
Loading...
status
string
Loading...
error
string
Loading...
Request
1curl -X 'POST' \2'https://api.quicknode.com/v0/teams/{id}/members' \3-H 'accept: application/json' \4-H 'x-api-key: YOUR_API_KEY' \5-H 'Content-Type: application/json' \6-d '{7"full_name": "John Doe",8"email": "john.doe@example.com",9"role": "viewer"10}'11
1curl -X 'POST' \2'https://api.quicknode.com/v0/teams/{id}/members' \3-H 'accept: application/json' \4-H 'x-api-key: YOUR_API_KEY' \5-H 'Content-Type: application/json' \6-d '{7"full_name": "John Doe",8"email": "john.doe@example.com",9"role": "viewer"10}'11
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free