cancel
Showing results for 
Search instead for 
Did you mean: 

User status is always false in SuccessFactors SCIM API response

0 Kudos

Hello team,

I am trying to perform user provisioning on SuccessFactors with SCIM rest APIs. For the same reason I have created a user on SuccessFactors with SCIM API call, but I get the value of active attributes false while I have set it to true in the request body of the curl request. Is there any role permission I should enable?

SushantShinde
Advisor
Advisor
0 Kudos

Hello Jitendra,

I know this is an old question, but just to get it answered. The user should be already present in SF user management and only in that case you will see the flag as active as true.

The flag is fecthed from SF and is default set as inactive, So to get it activated you need to have the user created in SF and later you can run a sync job via IPS to get it replicated in IAS.

Regards.

Sushant

View Entire Topic
Former Member
0 Kudos

Check the sf.api.version property;

for API version 1 the attribute is "Status"

for API version 2 the attribute is "Active"

example "Status":"Active" or "Active":"true"
SAP SuccessFactors HCM Suite OData API

SAP SuccessFactors HXM Suite OData API: Reference Guide (V2)

SAP SuccessFactors Workforce SCIM API

SushantShinde
Advisor
Advisor
0 Kudos

Hello David,

I am using the API version 2, but still the user shows as inactive, is there any other changes that needs to be incorporated.

"userName": "Sushant2",

"active": true,

"locale": "en_US",

"userType": "employee",

I am using the above code

Regards,

Sushant