Okta · Capability
Okta API — UserType
Okta API — UserType. 6 operations. Lead operation: UserType. Self-contained Naftiko capability covering one Okta business surface.
What You Can Do
GET
Listusertypes
— Fetches all User Types in your org
/v1/api/v1/meta/types/user
POST
Createusertype
— Creates a new User Type. A default User Type is automatically created along with your org, and you may add another 9 User Types for a maximum of 10.
/v1/api/v1/meta/types/user
GET
Getusertype
— Fetches a User Type by ID. The special identifier `default` may be used to fetch the default User Type.
/v1/api/v1/meta/types/user/{typeid}
PUT
Replaceusertype
— Replace an existing User Type
/v1/api/v1/meta/types/user/{typeid}
POST
Updateusertype
— Updates an existing User Type
/v1/api/v1/meta/types/user/{typeid}
DELETE
Deleteusertype
— Deletes a User Type permanently. This operation is not permitted for the default type, nor for any User Type that has existing users
/v1/api/v1/meta/types/user/{typeid}
MCP Tools
fetches-all-user-types-your
Fetches all User Types in your org
read-only
idempotent
creates-new-user-type-default
Creates a new User Type. A default User Type is automatically created along with your org, and you may add another 9 User Types for a maximum of 10.
fetches-user-type-id-special
Fetches a User Type by ID. The special identifier `default` may be used to fetch the default User Type.
read-only
idempotent
replace-existing-user-type
Replace an existing User Type
idempotent
updates-existing-user-type
Updates an existing User Type
deletes-user-type-permanently-this
Deletes a User Type permanently. This operation is not permitted for the default type, nor for any User Type that has existing users
idempotent