Update Group
Update an entity group
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
entityGroupId
Entity Group ID or Entity Group ForeignID
Request
This endpoint expects an object.
foreignId
name
emailToName
metadata
Metadata key/value pairs to associate with this group. Will overwrite existing metadata.
Response
This endpoint returns an object.
id
entities
metadata
foreignId
name
emailToName
Errors
400
Bad Request
401
Unauthorized
403
Forbidden
404
Not Found
409
Conflict
500
Internal Server Error
501
Unimplemented
