G
GetOidcCustomSubTemplateForOrg
GithubApi.GetOidcCustomSubTemplateForOrg
Description
Retrieves the OIDC subject claim customization template for an organization.
Use this tool to get the customization template for an OpenID Connect (OIDC) subject claim for a specific organization. This requires authentication with a GitHub access token with `read:org` scope or a GitHub App with `organization_administration:write` permission.
Input Parameters
{
"parameters": [
{
"name": "organization_name",
"required": true,
"inferrable": true,
"description": "The name of the GitHub organization for which you want to retrieve the OIDC customization template. The name is not case sensitive.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'oidc/get-oidc-custom-sub-template-for-org'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}