Reference for https://interdev.dot.state.fl.us/fel4_u/ActiveDirectoryService.svc/user/{DOMAIN}/{USERID}/groups/all?groups={GROUPS}
Returns true if the user is in all of the given groups.
Url: https://interdev.dot.state.fl.us/fel4_u/ActiveDirectoryService.svc/user/{DOMAIN}/{USERID}/groups/all?groups={GROUPS}
HTTP Method: GET
This operation supports JSONP responses. The callback function can be specified using the "callback" Url query parameter.
Message direction | Format | Body |
---|---|---|
Request | N/A | The Request body is empty. |
Response | Xml | Example |
Response | Json | Example |
The following is an example response Xml body:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
The following is an example response Json body:
true