PMI not been generated when creating user via API using ssoCreate action

API Endpoint:
Zoom Meeting API → Users → userCreate

Description
The user GET request returns 0 as the PMI value for users created using the “ssoCreate” action.

How To Reproduce
URL: https://api.zoom.us/v2/users
Method: POST
Payload

{
  "action": "ssoCreate",
  "user_info": {
    "email": "thalissonbarbosa@myorganization.com",
    "first_name": "Thalisson",
    "last_name": "Barbosa",
    "display_name": "Thalisson Barbosa",
    "type": 2
  }
}

The user is created successfully. But when I GET the user, the PMI value is 0:

{
    "id": "{hidden}",
    "first_name": "Thalisson",
    "last_name": "Barbosa",
    "display_name": "Thalisson Barbosa",
    "email": "thalissonbarbosa@myorganization.com",
    "type": 2,
    "role_name": "Member",
    "pmi": 0,
    "use_pmi": true,
    "personal_meeting_url": "",
    "timezone": "",
    "verified": 1,
    "dept": "",
    "created_at": "2023-04-18T22:22:28Z",
    "cms_user_id": "",
    "jid": "{hidden}",
    "group_ids": [],
    "im_group_ids": [],
    "account_id": "{hidden}",
    "language": "en-US",
    "phone_country": "",
    "phone_number": "",
    "status": "active",
    "job_title": "",
    "location": "",
    "login_types": [
        101
    ],
    "role_id": "2",
    "account_number":"{hidden}",
    "cluster": "aw1",
    "user_created_at": "2023-04-18T22:22:28Z"
}

I can only get the PMI value when I manually create the PMI on the PATCH request.

Hi @thalisson.barbosa

Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
Could you please confirm that you have enabled the pre-provision option in your account?

If you do have it enabled, could you please try passing type:99 in your request

Let me know if this helps,
Cheers,
Elisa