get_space_role
Retrieve detailed information about a specific space role using its ID through the Storyblok Management API. Simplify role management and access control for your Storyblok spaces.
Instructions
Retrieve a single space role by ID via the Storyblok Management API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
space_role_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"space_role_id": {
"title": "Space Role Id",
"type": "integer"
}
},
"required": [
"space_role_id"
],
"title": "get_space_roleArguments",
"type": "object"
}