What are the possible values for a user status?

Hello, I hope you’re all having a solid day.

I’m using this API endpoint: https://marketplace.zoom.us/docs/api-reference/zoom-api/users/users
The response contains an array of users, and one of the fields is “Status”. The example value for this field is “active”, where could I find the rest of the possible values that this field can take?

Is this value related to your Presence Status value? Presence status – Zoom Help Center

Thank you very much.

1 Like

Hi @dev19,

Thanks for reaching out about this—I believe this field reflects the status of the user as a provisioned user, with value of either active or deactivated. This is separate from a user’s presence status in the Zoom chat client.

Let me know if this helps!
Will

Thank you for your response. So is it correct to say that this field will have the following possible values?

  • “active”
  • “deactivated”

Thanks again for your support.

Hi @dev19,

Apologies, the values that are possible are as follows:

  • active
  • inactive
  • pending (user has signed up for account, but hasn’t verified it via email yet)

Thanks!
Will

2 Likes

Thank you very much! I appreciate the clear response.

No problem, glad I could help :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.