Gets the cartesian product of employees and skills.

Returns a cross join of employees and skills, with each result representing a single skill for a single employee. For example, if there are 10 employees and each employee has 10 skills, this call will return 100 results.

A response header called "Pagination-MorePagesAvailable" will be sent in the response with a value of "yes" or "no", indicating whether more pages are available after this one. That is, if the header value is "yes", the client should request the next page.

Language
Credentials
OAuth2
Missing 2 required scopes
Click Try It! to start a request and see the response here!