GET/api/organizations/{organization_id}/greetingAuthenticatedorg member

Organization greeting

Demonstrates an organization membership requirement: the caller must be a member of the organization named in the path (platform administrators bypass the check). Membership is looked up on the auth server with this API server's JWKS access key.

operationId get_api_organizations_organization_id_greetingOrganizations

Authentication & permissionsAuthenticated

Any authenticated user

Accepted credentials
Who may call
Any authenticated user
Organization membership
Caller must be a member of the organization identified by the organization_id parameter. Platform administrators bypass this check.
Notes
Any membership role is accepted.

Path parameters

NameTypeDescription
organization_id*string

Organization id

Responses

application/json
PropertyTypeDescription
message*string
JSONExample
"message""string"

Example request

bashcurl
curl -X GET 'https://example-nextjs-resource-server.schemavaults.com/api/organizations/<organization_id>/greeting' \
  -H 'Authorization: Bearer <access_token>'