cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User status is always false in SuccessFactors SCIM API response

0 Likes
1,393

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?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

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 Likes

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

annaeymnd
Explorer
0 Likes

Hi Jitendra,

were you able solve this problem?

br
Florian

0 Likes

No Florian, not yet.