Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using domain as tenant identifer returns 400 on /ServiceComms/Services #171

Open
ambsoerensen opened this issue Jun 25, 2020 · 0 comments
Open

Comments

@ambsoerensen
Copy link

ambsoerensen commented Jun 25, 2020

return a 400 bad request stating the tenenant ID is invalid when tenant is referenced with domain in the path.
Main issue though here is that the docs specifically use the domain and not the guid.
GET https://manage.office.com/api/v1.0/{Domain}/ServiceComms/Services => 400 Bad Request
GET https://manage.office.com/api/v1.0/{GUID}/ServiceComms/Services => 200 OK

on other endpoints for example /ServiceComms/Messages both approaches works fine.
https://manage.office.com/api/v1.0/{Domain}/ServiceComms/Messages => 200 OK
https://manage.office.com/api/v1.0/{GUID}/ServiceComms/Messages => 200 OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant