UpdateMemberRequest is a JSON Structure definition published by Abacus, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/abacus/refs/heads/main/json-structure/abacus-update-member-request-structure.json",
"name": "UpdateMemberRequest",
"description": "Request body for updating an existing member",
"type": "object",
"properties": {
"role": {
"type": "string",
"description": "New role for the member",
"enum": [
"employee",
"manager",
"admin"
],
"example": "manager"
},
"department": {
"type": "string",
"description": "New department for the member",
"example": "Engineering"
},
"status": {
"type": "string",
"description": "New status for the member",
"enum": [
"active",
"suspended"
],
"example": "active"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.