cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

E-mail As a filter in API call.

E-mail As a filter in API call.

We would like to see E-mail as a filter in the API call similar to how {user-id, DisplayName, etc...} are used as a parameter.

for example :

"HTTPS://tenantname.autodeskplm360.net/api/v3/users?email=abc@xyzmail.com" would return all the users associated with the email address including InActive, Deleted users.

 

so that we would be able to check if a user already exists in the tenant using the API. this is crucial in our process to automate user creation in our tenant. as this helps with duplicates.

 

thank you team,

 

Best regards,

Sundar

 

for further info contact:

 e.sundar@tpicomposites.com,@z.mohammedirfan@tpicomposites.com

1 Comment
abdulkf
Autodesk

Hi @e.sundar ,

 

V3 Users API now supports filtering by email. 

Example: "/api/v3/users?filter[email]=abc@xyzmail.com"

 

The property "activeOnly" can be used to include Inactive and Deleted users.

Example: "/api/v3/users?filter[email]=abc@xyzmail.com&activeOnly=false"

 

Thanks,

Firoz Abdul Kareem

Product Owner- Fusion 360 Manage

Autodesk Canada Co.

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea