How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Seldon PermissionManagementService API

The PermissionManagementService API from Seldon — 11 operation(s) for permissionmanagementservice.

Seldon PermissionManagementService API is one of 31 APIs that Seldon publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include PermissionManagementService. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 15 operations across 11 paths, and defines 25 schemas. It is described by OpenAPI 3.0.0, at version v1alpha1.

Requests are made against 2 base URLs: http://X.X.X.X/seldon-deploy/api/v1alpha1, https://X.X.X.X/seldon-deploy/api/v1alpha1.

15 operations 11 paths 25 schemas 4 DELETE6 GET4 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
v1alpha1
Base URL
https://docs.seldon.ai
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Seldon PermissionManagementService API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the password flow, exposing 4 scopes. By default, every request must be authenticated.

Paths & Operations 15

Across 11 paths, the API surfaces 15 operations — 4 DELETE, 6 GET, 4 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

PermissionManagementService 15
GET
/iam/groups
Endpoint is available only when user management is enabled configured - refer to the docs for how to do this. List all groups. The caller must have read permission on system/iam.
PermissionManagementService_GetGroups → 200400403default
POST
/iam/groups
Endpoint is available only when user management is enabled configured - refer to the docs for how to do this. Create a group. The caller must have write permission on system/iam.
PermissionManagementService_CreateGroup body → 200400403default
GET
/iam/groups/{groupName}/members
Endpoint is available only when user management is enabled configured - refer to the docs for how to do this. List all members of a group. The caller must have read permission on system/iam.
PermissionManagementService_GetGroupMembers 1 param → 200400403default
DELETE
/iam/groups/{name}
Endpoint is available only when user management is enabled configured - refer to the docs for how to do this. Delete a group. The caller must have write permission on system/iam.
PermissionManagementService_DeleteGroup 1 param → 200400403default
DELETE
/iam/policy
Delete an authorization policy. The user must have grant permissions on the resource in the policy.
PermissionManagementService_DeletePolicy 4 params → 200400403default
POST
/iam/policy
Create an authorization policy. The user must have grant permissions on the resource in the policy.
PermissionManagementService_CreatePolicy body → 200400403default
GET
/iam/policy/permissions
List all permissions associated with the given users and groups. A regular user will be able to see only their permissions and the permissions of their groups. A user with read permission on system/i…
PermissionManagementService_GetPermissions 3 params → 200400403default
GET
/iam/policy/targets
List all users and groups who have access to the given resource/action pair. The user calling this endpoint must have grant access to the given resource.
PermissionManagementService_GetPolicyTargets 2 params → 200400403default
GET
/iam/users
Endpoint is available only when user management is enabled configured - refer to the docs for how to do this. List users. The caller must have read permission on system/iam.
PermissionManagementService_GetUsers 4 params → 200400403default
POST
/iam/users
Endpoint is available only when user management is enabled configured - refer to the docs for how to do this. Create a user. The caller must have write permission on system/iam.
PermissionManagementService_CreateUser body → 200400403default
DELETE
/iam/users/{username}
Endpoint is available only when user management is enabled configured - refer to the docs for how to do this. Delete a user. The caller must have write permission on system/iam.
PermissionManagementService_DeleteUser 1 param → 200400403default
GET
/iam/users/{username}/groups
Endpoint is available only when user management is enabled configured - refer to the docs for how to do this. List all groups of a user. The caller must have read permission on system/iam.
PermissionManagementService_GetUserGroups 1 param → 200400403default
DELETE
/iam/users/{username}/groups/{group}
Endpoint is available only when user management is enabled configured - refer to the docs for how to do this. Delete user from a group. The caller must have write permission on system/iam.
PermissionManagementService_DeleteUserFromGroup 2 params → 200400403default
PUT
/iam/users/{username}/groups/{group}
Endpoint is available only when user management is enabled configured - refer to the docs for how to do this. Add user to a group. The caller must have write permission on system/iam.
PermissionManagementService_AddUserToGroup 2 params → 200400403default
POST
/iam/users/{username}/resetPassword
Endpoint is available only when user management is enabled configured - refer to the docs for how to do this. Sends an email to the user with a link to reset their password. The caller must have writ…
PermissionManagementService_ResetUserPassword 1 param → 200400403default

Schemas 25

The contract defines 25 schemas that model the data the API accepts and returns. The most detailed are v1User (7 properties), v1CreateUserRequest (4 properties), rpcStatus (3 properties), v1Policy (2 properties). Each schema is shown below with its type and property counts.

v1CreateGroupResponse
object
v1ResourceActionPair
object
2 properties
v1Policy
object
2 properties
v1Group
object
1 property
v1GetPermissionsResponse
object
1 property
v1DeleteGroupResponse
object
v1CreateUserResponse
object
v1DeletePolicyResponse
object
v1GroupPolicy
object
2 properties
protobufAny
object
1 property
v1UserPolicy
object
2 properties
v1CreatePolicyResponse
object
v1AddUserToGroupResponse
object
v1DeleteUserFromGroupResponse
object
v1GetUsersResponse
object
1 property
v1GetPolicyTargetsResponse
object
2 properties
v1GetGroupMembersResponse
object
1 property
v1DeleteUserResponse
object
v1GetUserGroupsResponse
object
1 property
v1ResetUserPasswordResponse
object
v1CreateGroupRequest
object
1 property 1 required
v1User
object
7 properties
v1GetGroupsResponse
object
1 property
rpcStatus
object
3 properties
v1CreateUserRequest
object
4 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

seldon-permissionmanagementservice-api-openapi.yml Raw ↑

Other APIs Seldon publishes across the network.

Seldon Inference API
Seldon Drift Detection API
Seldon Explainability API
Seldon AlertingService API
Seldon ApplicationLogs API
Seldon BatchJobs API
Seldon DriftDetector API
Seldon Environment API
Seldon Experiments API
Seldon Explain API
Seldon External Ambassador API API
Seldon GitOps API
Where this information came from

This is an independent, third-party profile of Seldon PermissionManagementService API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.