Update the users association to the specified project
PUThttps://api.spectrocloud.com/v1/projects/:uid/users
Update the users association to the specified project
Request
Path Parameters
uid stringrequired
- application/json
Body
users
undefined[]
Responses
- 204
The resource was updated successfully
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X PUT 'https://api.spectrocloud.com/v1/projects/:uid/users' \
-H 'Content-Type: application/json' \
-H 'ApiKey: <API_KEY_VALUE>' \
--data-raw '{
"users": [
{
"roles": [
"string"
],
"userId": "string"
}
]
}'