
OrestS.43295 (Customer) asked a question.
Hi, everyone,
I'm trying to add additional attribute(e.g. mobilePhone) to user in SCIM 2.0 Test App (OAuth Bearer Token) using external namespace as urn:ietf:params:scim:schemas:core:2.0:User, so that when I start provision from Okta, I expect it to be in phoneNumbers array near primary(work) phone. But instead, I receive user object with phoneNumber object inside "urn:ietf:params:scim:schemas:core:2.0:user" property
Example:
{..."phoneNumbers":[{"type":"work","primary":true,"value":"SomePrimaryNumber"}],
"urn:ietf:params:scim:schemas:core:2.0:user":{"phoneNumbers":[{"type":"mobile","value":"someNumberhere"}]},",
"userName": ...}
Any suggestions, how to make Okta send users as
{..."phoneNumbers":[{"type":"work","primary":true,"value":"SomeP

Hi there,
This is Marius with Okta support. I would advise you to go ahead and open up a support ticket with our Developer team regarding this matter as investigation needs to be done on the use-case at hand.
Cheers!
Marius Dinu
Okta T2 Support Engineer