Skip to main content
GET
/
team
/
can-modify-members
Check if the current user can modify all team members, including SP-managed users
curl --request GET \
  --url https://api.wirespeed.co/team/can-modify-members \
  --header 'Authorization: Bearer <token>'
{
  "canModify": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

canModify
boolean
required

Whether the current user can modify all team members, including SP-managed users