<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00008OcqpYCAROkta Classic EngineUniversal DirectoryAnswered2024-03-25T14:27:56.000Z2022-11-24T21:46:06.000Z2022-11-25T20:30:21.000Z

21y7t (21y7t) asked a question.

Configure my SCIM profile to allow an unlimited number of phonenumbers

I am trying to create a custom email type where I can pass an undefined number of phonenumbers through scim

 

"phoneNumber" : [   {   type: custom,  "value" : "somevalue"  },  {   type: custom,  "value" : "somevalue"  }, {   type: custom,  "value" : "somevalue"  } ...]

 

Can this be done? If so how? I tried following this documentation https://support.okta.com/help/s/article/How-to-Pass-Multivalued-Attributes-in-SCIM-User-Object?language=en_US and it seems only allow maximum of 2 types. I want to be able to define as many custom types and values as I see please.

 


21y7t likes this.
  • flaviu.vrinceanu1.5628408972654734E12 (Customer Success Service Delivery)

    Hi @21y7t (21y7t)​,

     

    Thank you for posting on the Okta community page!

     

    You can have more than 2 multi-valued types, but each of them needs a unique type, therefore you will need to hardcode all of the possible types (giving them a unique type name) in the application profile. Also, it might be easier to create an array type for these extra phones numbers if you would like for all the types to be associated with the custom type.

     

    Additionally, my recommendation would be to open a ticket with Okta Support to properly investigate and see exactly why you are not able to achieve your use case.

     

    ------------------------------------------------------------------------------------------------------------------------------------------------

    The Okta Community November newsletter is here. Get product updates and see our top contributing members.

    Expand Post
This question is closed.
Loading
Configure my SCIM profile to allow an unlimited number of phonenumbers