Maximo

 View Only

 Manage Security group assignment using SCIM API

sawan mahajan's profile image
sawan mahajan posted 06/07/26 04:06 PM

Is it possible to assign security group in Maximo Manage using SCIM API or for security group assignment we need to use Manage API?

Davide Procopio's profile image
Davide Procopio

Hi sawan you should use Suite API, check this link Maximo Application Suite Admin APIs 9.0.x - IBM API Hub - IBM Developer

Anyway it depends also by the version are you using

Thanks

Witold Wierzchowski's profile image
Witold Wierzchowski IBM Champion

Hi Sawan,

yes - You can assign users to groups via SCIM. There is an API endpoint for that described here: https://developer.ibm.com/apis/catalog/maximo--maximo-application-suite-admin-apis-9-1-x/api/API--maximo--mas-scim-interface#post964110647

When creating SCIM profile set the useGroupDisplayNameAsGroupId parameter to true. Otherwise MAS will add suffixes to the names of the groups.

sawan mahajan's profile image
sawan mahajan

Thanks Witold and Davide for information.

FYI we are using MAS v9.0

@Witold Wierzchowski I went thought this documentation but i am not able to understand that is this group same as security groups in manage if yes, are existing security group in manage already present in suit or we need create all of them while we are doing the setup of profile using api.