Error
A valid request URL is required to generate request examples{
"success": true,
"data": {
"userId": "<string>",
"email": "<string>",
"role": "owner",
"isYou": true,
"name": "<string>",
"seatState": "<string>"
}
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}Team
Change a member's role
Guarded per the Role model: only an OWNER may grant owner, or change/remove another owner; nobody may change the org’s LAST owner (409 last_owner) or their OWN role (409 self_change). Syncs the platform (owner maps to org:admin) and profiles.role in the same request.
PATCH
/
team
/
members
/
{userId}
Error
A valid request URL is required to generate request examples{
"success": true,
"data": {
"userId": "<string>",
"email": "<string>",
"role": "owner",
"isYou": true,
"name": "<string>",
"seatState": "<string>"
}
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}Authorizations
Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.
Path Parameters
Body
application/json
Available options:
owner, admin, staff