Florian Nègre - Hi team,/api/rest/2.0/auth/tok...
Hi team,
/api/rest/2.0/auth/token/full
with auto_create = true
What is the expected account status of the created user ? During my first attempts weeks ago, it was ACTIVE
, but now it's PENDING
and groups assignement (group_identifier
attribute) seems to be broken.
I have created a case hereSolution:Jump to solution
Hello @Florian Nègre : The attribute should be group_identifiers (plural) instead of group_identifier. This mismatch is causing the incorrect expectations.
Could you please update the payload accordingly?
Hope this helps....
2 Replies
Solution
Hello @Florian Nègre : The attribute should be group_identifiers (plural) instead of group_identifier. This mismatch is causing the incorrect expectations.
Could you please update the payload accordingly?
Hope this helps.
Thank you Sandeep 🙏
Indeed the problem was on my side.
Do you know why the status of user is
PENDING
and not ACTIVE
?